docs: Update the ToC end marker description in the document
authorJett Zhou <[email protected]>
Fri, 24 Nov 2017 08:03:58 +0000 (16:03 +0800)
committerDavid Cunado <[email protected]>
Wed, 3 Jan 2018 20:51:43 +0000 (20:51 +0000)
Change-Id: I2e29a63f08aed3b8ea0bb10170a3d55b8d033e62
Signed-off-by: Jett Zhou <[email protected]>
Signed-off-by: David Cunado <[email protected]>
docs/firmware-design.rst

index 405964d247470eb90f311b1aeb10f389ce95123d..3cb004a4c3a5cb0b3ceddcf11ff8462593dc2539 100644 (file)
@@ -1868,9 +1868,11 @@ Firmware Image Package layout
 
 The FIP layout consists of a table of contents (ToC) followed by payload data.
 The ToC itself has a header followed by one or more table entries. The ToC is
-terminated by an end marker entry. All ToC entries describe some payload data
-that has been appended to the end of the binary package. With the information
-provided in the ToC entry the corresponding payload data can be retrieved.
+terminated by an end marker entry, and since the size of the ToC is 0 bytes,
+the offset equals the total size of the FIP file. All ToC entries describe some
+payload data that has been appended to the end of the binary package. With the
+information provided in the ToC entry the corresponding payload data can be
+retrieved.
 
 ::